Home
last modified time | relevance | path

Searched refs:fmt_assertion (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/ast/
Dprint.rs95 Ast::Assertion(ref x) => self.fmt_assertion(x), in visit_post()
257 fn fmt_assertion(&mut self, ast: &ast::Assertion) -> fmt::Result { in fmt_assertion() method