1 2 3 4 5 6
// #[include_doc("doc_use.md", start)] /// By not outputting a blank line before end attribute, the code will not be modified by rustfmt. // #[include_doc("doc_use.md", end)] use std::collections; fn main() {}