mirror of
https://github.com/uutils/uutils-term-grid.git
synced 2026-06-10 16:13:01 -07:00
Actually, this should be warn, not forbid
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
|
||||
#![forbid(missing_copy_implementations)]
|
||||
#![forbid(missing_debug_implementations)]
|
||||
#![forbid(missing_docs)]
|
||||
#![warn(missing_copy_implementations)]
|
||||
#![warn(missing_debug_implementations)]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
//! This is a library for formatting strings in a grid layout, for a terminal
|
||||
//! or anywhere that uses a fixed-width font.
|
||||
|
||||
Reference in New Issue
Block a user