Skip to content

Commit

Permalink
Remove old clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenoever committed Aug 2, 2019
1 parent 7d17308 commit 65ac86d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ lazy_static = "1"
nom = "5"
rand = "0.5"
regex = "1"
clippy = {version = "0.0.302", optional = true}

# for the examples
time = "0.1"
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![warn(missing_docs)]
#![allow(unused_doc_comments)]
#![cfg_attr(feature = "clippy", feature(plugin))]
#![cfg_attr(feature = "clippy", plugin(clippy))]
//! A crate for working with RDF
//! By implementing `graph::Graph`, one can make any data source available as RDF.
//! Ontology wrappers can be generated from RDF Schema.
Expand Down
1 change: 0 additions & 1 deletion src/resource.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! Helper traits used in generated ontology code.
#![allow(clippy::type_complexity)]
use crate::graph;
use crate::graph::Triple;
use crate::iter;
Expand Down

0 comments on commit 65ac86d

Please sign in to comment.