We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec47c21 commit e59e646Copy full SHA for e59e646
2 files changed
src/block_storage/volumes.rs
@@ -447,6 +447,7 @@ impl From<Volume> for VolumeRef {
447
#[cfg(feature = "block-storage")]
448
impl VolumeRef {
449
/// Verify this reference and convert to an ID, if possible.
450
+ #[allow(dead_code)]
451
pub(crate) async fn into_verified(self, session: &Session) -> Result<VolumeRef> {
452
Ok(if self.verified {
453
self
src/image/images.rs
@@ -260,6 +260,7 @@ impl From<Image> for ImageRef {
260
#[cfg(feature = "image")]
261
impl ImageRef {
262
263
264
pub(crate) async fn into_verified(self, session: &Session) -> Result<ImageRef> {
265
266
0 commit comments