mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 07:00:27 +00:00
@@ -6,10 +6,12 @@ Structured access to the install-action manifests.
|
||||
|
||||
#![doc(test(
|
||||
no_crate_inject,
|
||||
attr(
|
||||
deny(warnings, rust_2018_idioms, single_use_lifetimes),
|
||||
allow(dead_code, unused_variables)
|
||||
)
|
||||
attr(allow(
|
||||
dead_code,
|
||||
unused_variables,
|
||||
clippy::undocumented_unsafe_blocks,
|
||||
clippy::unused_trait_names,
|
||||
))
|
||||
))]
|
||||
#![warn(
|
||||
// Lints that may help when writing public library.
|
||||
|
||||
Reference in New Issue
Block a user