diff options
Diffstat (limited to 'runtime/shared.rs')
-rw-r--r-- | runtime/shared.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/shared.rs b/runtime/shared.rs index 692be94b8..1f24fec0b 100644 --- a/runtime/shared.rs +++ b/runtime/shared.rs @@ -67,7 +67,6 @@ extension!(runtime, } ); -#[allow(dead_code)] pub fn maybe_transpile_source( source: &mut ExtensionFileSource, ) -> Result<(), AnyError> { |