We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af550f7 commit 4bf7312Copy full SHA for 4bf7312
lib/src/utils.rs
@@ -31,7 +31,6 @@ pub(crate) fn sysroot_fd(sysroot: &ostree::Sysroot) -> BorrowedFd {
31
32
// Return a cap-std `Dir` type for a deployment.
33
// TODO: in the future this should perhaps actually mount via composefs
34
-#[allow(unsafe_code)]
35
pub(crate) fn deployment_fd(
36
sysroot: &ostree::Sysroot,
37
deployment: &ostree::Deployment,
0 commit comments