Home
last modified time | relevance | path

Searched defs:CodeBlockAttribute (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Dcomment.rs411 enum CodeBlockAttribute { enum
416 impl CodeBlockAttribute { implementation
420 fn new(attributes: &str) -> CodeBlockAttribute { in new()