File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -447,6 +447,7 @@ impl From<Volume> for VolumeRef {
447447#[ cfg( feature = "block-storage" ) ]
448448impl VolumeRef {
449449 /// Verify this reference and convert to an ID, if possible.
450+ #[ allow( dead_code) ]
450451 pub ( crate ) async fn into_verified ( self , session : & Session ) -> Result < VolumeRef > {
451452 Ok ( if self . verified {
452453 self
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ impl From<Image> for ImageRef {
260260#[ cfg( feature = "image" ) ]
261261impl ImageRef {
262262 /// Verify this reference and convert to an ID, if possible.
263+ #[ allow( dead_code) ]
263264 pub ( crate ) async fn into_verified ( self , session : & Session ) -> Result < ImageRef > {
264265 Ok ( if self . verified {
265266 self
You can’t perform that action at this time.
0 commit comments