Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dlists.rs465 post_comment_alignment(item_max_width, inner_item.len()); in write_list()
475 post_comment_alignment(item_max_width, inner_item.len()); in write_list()
552 fn post_comment_alignment(item_max_width: Option<usize>, inner_item_len: usize) -> usize { in post_comment_alignment() function