Skip to content

Commit

Permalink
Remove lints feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Sep 24, 2022
1 parent bcc3a42 commit ca43884
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions packages/yew-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,3 @@ prettyplease = "0.1.1"
rustversion = "1"
trybuild = "1"
yew = { path = "../yew" }

[build-dependencies]

[features]
lints = []
2 changes: 1 addition & 1 deletion packages/yew-macro/tests/html_lints_test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[allow(dead_code)]
#[cfg(feature = "lints")]
#[cfg(yew_lints)]
#[rustversion::attr(nightly, test)]
fn test_html_lints() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit ca43884

Please sign in to comment.