cargo fmt
This commit is contained in:
parent
bb9e368b2d
commit
8c0055723c
@ -49,7 +49,7 @@ use app::Action;
|
||||
///
|
||||
/// let messages: Vec<Message> = Vec::new();
|
||||
/// let list = gtk::ListBox::new();
|
||||
/// let constructor = |m| { MessageWidget::new(m).0};
|
||||
/// let constructor = |m| MessageWidget::new(m).0;
|
||||
/// lazy_load(messages, list, constructor, || {});
|
||||
/// ```
|
||||
///
|
||||
|
||||
@ -5,7 +5,6 @@ wrap_comments = true
|
||||
tab_spaces = 4
|
||||
hard_tabs = false
|
||||
newline_style = "Unix"
|
||||
write_mode = "Overwrite"
|
||||
condense_wildcard_suffixes = false
|
||||
format_strings = true
|
||||
normalize_comments = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user