From 9cb19ed27b3f5e8940662545bb7b07581878e032 Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Fri, 27 Sep 2024 12:24:56 +0200 Subject: [PATCH] Remove outdated comment --- packages/vm/src/modules/file_system_cache.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/vm/src/modules/file_system_cache.rs b/packages/vm/src/modules/file_system_cache.rs index 8a11efb8f..07e1ab0b7 100644 --- a/packages/vm/src/modules/file_system_cache.rs +++ b/packages/vm/src/modules/file_system_cache.rs @@ -103,10 +103,6 @@ fn raw_module_version_discriminator() -> String { /// /// If anything else changes, you must change the manual module version. /// -/// The string is used as a folder and should be named in a way that is -/// easy to interpret for system admins. It should allow easy clearing -/// of old versions. -/// /// See https://github.com/wasmerio/wasmer/issues/2781 for more information /// on Wasmer's module stability concept. #[inline]