diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-05-17 08:39:57 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-05-27 16:02:24 +1000 |
| commit | e6fa19a3ce9a060373ea4a6d9305745ff92b342f (patch) | |
| tree | b390c0c1494e2455b90bde15fea6a4d2740980b8 | |
| parent | f5c9c1215c557104728640d905fe56d83d737fd9 (diff) | |
| download | rust-e6fa19a3ce9a060373ea4a6d9305745ff92b342f.tar.gz rust-e6fa19a3ce9a060373ea4a6d9305745ff92b342f.zip | |
Remove unnecessary blank line.
| -rw-r--r-- | library/proc_macro/src/bridge/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/proc_macro/src/bridge/mod.rs b/library/proc_macro/src/bridge/mod.rs index c3e4bf1bd6b..babb1cbac70 100644 --- a/library/proc_macro/src/bridge/mod.rs +++ b/library/proc_macro/src/bridge/mod.rs @@ -254,7 +254,6 @@ mod api_tags { rpc_encode_decode!(enum $name { $($method),* }); )* - pub(super) enum Method { $($name($name)),* } |
