mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 15:14:27 +00:00
Enable build failure on compilation warnings
This commit is contained in:
parent
e183d63a5e
commit
42731da546
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@
|
|||
//! you might need a blank space somewhere, try to pass an additional constraint and don't use the
|
||||
//! corresponding area.
|
||||
|
||||
#![deny(warnings)]
|
||||
|
||||
pub mod backend;
|
||||
pub mod buffer;
|
||||
pub mod layout;
|
||||
|
|
Loading…
Reference in a new issue