1 2 3 4 5
# groups 'use' statements by crate imports_granularity = "crate" # formats code within doc tests # requires: cargo +nightly fmt (otherwise rustfmt will warn, but pass) format_code_in_doc_comments = true