diff options
Diffstat (limited to 'components/shared/msg/lib.rs')
-rw-r--r-- | components/shared/msg/lib.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/components/shared/msg/lib.rs b/components/shared/msg/lib.rs deleted file mode 100644 index b2ce3a52c2c..00000000000 --- a/components/shared/msg/lib.rs +++ /dev/null @@ -1,7 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ - -#![deny(unsafe_code)] - -pub mod constellation_msg; |