Skip to content

Commit e7eecd0

Browse files
1 parent fe31235 commit e7eecd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Shim/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Shims provide implementations for VS Code's internal `ExtHost` services,
44
// adapting them to the Mountain/Cocoon architecture.
55

6-
#![allow(non_snake_case, non_camel_case_types)] // STRATOS LINT SUPPRESSION
6+
#![allow(non_snake_case, non_camel_case_types)]
77

88
// Sub-modules for each shimmed service and utility.
99
mod ApiDeprecation;

0 commit comments

Comments
 (0)