Skip to content

Commit

Permalink
style: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 18, 2023
1 parent 5ca3b2f commit cbea23e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clap_builder/src/output/help_template.rs
@@ -1,3 +1,8 @@
// HACK: for rust 1.64 (1.68 doesn't need this since this is in lib.rs)
//
// Wanting consistency in our calls
#![allow(clippy::write_with_newline)]

// Std
use std::borrow::Cow;
use std::cmp;
Expand Down

0 comments on commit cbea23e

Please sign in to comment.