mirror of
https://github.com/taiki-e/install-action
synced 2026-09-14 20:13:27 +00:00
manifest-schema: Apply clippy to doctest
https://github.com/taiki-e/github-actions/commit/96af4dc51482b761c058fdc8ef3a80b44a18e51f
This commit is contained in:
@@ -6,10 +6,12 @@ Structured access to the install-action manifests.
|
|||||||
|
|
||||||
#![doc(test(
|
#![doc(test(
|
||||||
no_crate_inject,
|
no_crate_inject,
|
||||||
attr(
|
attr(allow(
|
||||||
deny(warnings, rust_2018_idioms, single_use_lifetimes),
|
dead_code,
|
||||||
allow(dead_code, unused_variables)
|
unused_variables,
|
||||||
)
|
clippy::undocumented_unsafe_blocks,
|
||||||
|
clippy::unused_trait_names,
|
||||||
|
))
|
||||||
))]
|
))]
|
||||||
#![warn(
|
#![warn(
|
||||||
// Lints that may help when writing public library.
|
// Lints that may help when writing public library.
|
||||||
|
|||||||
Reference in New Issue
Block a user