mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 15:25:54 +00:00
chore(lint): add std
instead of core
/alloc
lints to ratatui-core
(#1759)
Resolves #1752
This commit is contained in:
parent
3d5b250e74
commit
cef617cc35
@ -38,6 +38,10 @@
|
|||||||
//!
|
//!
|
||||||
//! This project is licensed under the MIT License. See the [LICENSE](../LICENSE) file for details.
|
//! This project is licensed under the MIT License. See the [LICENSE](../LICENSE) file for details.
|
||||||
|
|
||||||
|
#![warn(clippy::std_instead_of_core)]
|
||||||
|
#![warn(clippy::std_instead_of_alloc)]
|
||||||
|
#![warn(clippy::alloc_instead_of_core)]
|
||||||
|
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
|
|
||||||
pub mod backend;
|
pub mod backend;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user