mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-16 02:14:38 -04:00
71bc7f110b
* improve clone impl as per https://github.com/Lokathor/tinyvec/issues/143 * per https://github.com/Lokathor/tinyvec/pull/144#discussion_r669769122 * rustfmt. * formatting * whoops haha that's a little tricky to get the types to line up we don't have deref for the A so we have to keep using as_slice_mut and such
15 lines
269 B
TOML
15 lines
269 B
TOML
|
|
# Stable
|
|
edition = "2018"
|
|
fn_args_layout = "Compressed"
|
|
max_width = 80
|
|
tab_spaces = 2
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
use_small_heuristics = "Max"
|
|
|
|
# Unstable
|
|
format_code_in_doc_comments = true
|
|
wrap_comments = true
|
|
imports_granularity="Crate"
|