Skip to content

Commit

Permalink
build: forbid unsafe code (#332)
Browse files Browse the repository at this point in the history
This indicates good (high level) code and is used by tools like cargo-geiger.
  • Loading branch information
EdJoPaTo committed Jul 18, 2023
1 parent e2cb11c commit 0fb1ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![forbid(unsafe_code)]

//! [ratatui](https://github.com/tui-rs-revival/ratatui) is a library used to build rich
//! terminal users interfaces and dashboards.
//!
Expand Down

0 comments on commit 0fb1ed8

Please sign in to comment.