chore: Set shadow back to its original location
This commit is contained in:
parent
0dbf7e8e46
commit
b3a8b65b21
4 changed files with 4 additions and 8 deletions
|
|
@ -1,11 +1,7 @@
|
|||
//! The root library for blue-build.
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![allow(clippy::needless_raw_string_hashes)]
|
||||
|
||||
pub(crate) mod info {
|
||||
#![allow(clippy::too_long_first_doc_paragraph)]
|
||||
shadow_rs::shadow!(shadow);
|
||||
}
|
||||
shadow_rs::shadow!(shadow);
|
||||
|
||||
pub mod commands;
|
||||
pub mod rpm_ostree_status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue