FlakeReference derives Clone

This commit is contained in:
do butterflies cry? 2026-03-12 21:39:54 +10:00
parent 7de15fa260
commit 716c028bb1
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -98,6 +98,7 @@ impl FlakeReferenceParseFlags {
}
}
#[derive(Clone)]
pub struct FlakeReference {
pub(crate) ptr: NonNull<raw::flake_reference>,
}