Skip to content

Commit

Permalink
Move clippy config to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Feb 3, 2024
1 parent 1b529aa commit c4ce46b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
#![doc = include_str!("../README.md")]
#![warn(
clippy::cargo,
clippy::pedantic,
future_incompatible,
missing_debug_implementations,
missing_docs,
nonstandard_style,
rust_2018_compatibility,
rust_2018_idioms,
rust_2021_compatibility,
unused
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]

use core::{
Expand Down
12 changes: 0 additions & 12 deletions tests/text_splitter.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
#![warn(
clippy::pedantic,
future_incompatible,
missing_debug_implementations,
missing_docs,
nonstandard_style,
rust_2018_compatibility,
rust_2018_idioms,
rust_2021_compatibility,
unused
)]

use text_splitter::TextSplitter;

#[test]
Expand Down

0 comments on commit c4ce46b

Please sign in to comment.