Tamir Duberstein преди 7 месеца
родител
ревизия
a77db17ec8
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      aya/src/maps/mod.rs

+ 3 - 1
aya/src/maps/mod.rs

@@ -195,7 +195,9 @@ pub enum MapError {
     ProgIdNotSupported,
 
     /// Unsupported Map type
-    #[error("type of {name} ({map_type:?}) is unsupported; see `EbpfLoader::allow_unsupported_maps`")]
+    #[error(
+        "type of {name} ({map_type:?}) is unsupported; see `EbpfLoader::allow_unsupported_maps`"
+    )]
     Unsupported {
         /// Map name
         name: String,