File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed
Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,7 @@ unreachable_pub = "warn"
4141unsafe_code = " warn"
4242unstable_features = " warn"
4343unused_import_braces = " warn"
44- # TODO: change to "warn" when/if this is fixed and released:
45- # https://github.com/askama-rs/askama/issues/642
46- unused_qualifications = " allow"
44+ unused_qualifications = " warn"
4745rust_2018_idioms = { level = " warn" , priority = -1 }
4846
4947[workspace .lints .clippy ]
@@ -54,16 +52,13 @@ allow_attributes = "warn"
5452# TODO: consider removing this if/when this is fixed:
5553# https://github.com/rust-lang/rust-clippy/issues/16175
5654needless_continue = " allow"
57- # TODO: remove this if/when this is fixed and released:
58- # https://github.com/askama-rs/askama/issues/643
59- elidable_lifetime_names = " allow"
6055
6156[workspace .dependencies ]
6257ahash = { version = " 0.8.12" , default-features = false }
6358aide = { version = " 0.15" , default-features = false }
6459anstyle = " 1.0.13"
6560anyhow = " 1.0.100"
66- askama = { version = " 0.15" , default-features = false }
61+ askama = { version = " 0.15.1 " , default-features = false }
6762assert_cmd = " 2"
6863async-stream = " 0.3"
6964async-trait = " 0.1"
You can’t perform that action at this time.
0 commit comments