Tamir Duberstein 5 ヶ月 前
コミット
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,