Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dcomment.rs1160 fn to_codecharkind(self) -> CodeCharKind { in to_codecharkind() method
1520 if kind.to_codecharkind() == self.last_slice_kind && !is_comment_connector { in next()