Skip to content

Commit

Permalink
Fix clippy lints (nushell/nushell#4262)
Browse files Browse the repository at this point in the history
* Fix clippy lints

* Fix clippy lints

* Fix clippy lints
  • Loading branch information
sophiajt authored and sholderbach committed Mar 14, 2022
1 parent 5ff9d9b commit 4363bdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@
#![crate_name = "nu_ansi_term"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![warn(missing_copy_implementations)]
// #![warn(missing_docs)]
#![warn(trivial_casts, trivial_numeric_casts)]
Expand Down

0 comments on commit 4363bdf

Please sign in to comment.