chore: Set shadow back to its original location

This commit is contained in:
Gerald Pinder 2024-11-06 20:05:57 -05:00
parent 0dbf7e8e46
commit b3a8b65b21
4 changed files with 4 additions and 8 deletions

View file

@ -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;