From 3f3e21ae670d75b8cc0dd11fc58c95769828ed1c Mon Sep 17 00:00:00 2001 From: Schneems Date: Fri, 4 Oct 2024 10:19:00 -0500 Subject: [PATCH] Clippy --- buildpacks/ruby/src/layers/bundle_install_layer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/ruby/src/layers/bundle_install_layer.rs b/buildpacks/ruby/src/layers/bundle_install_layer.rs index 5b17fb0d..989482ba 100644 --- a/buildpacks/ruby/src/layers/bundle_install_layer.rs +++ b/buildpacks/ruby/src/layers/bundle_install_layer.rs @@ -334,7 +334,7 @@ mod test { use super::*; use std::path::PathBuf; - /// MetadataDiff logic controls cache invalidation + /// `MetadataDiff` logic controls cache invalidation /// When the vec is empty the cache is kept, otherwise it is invalidated #[test] fn metadata_diff_messages() {