diff options
| author | Ralf Jung <post@ralfj.de> | 2020-12-30 20:09:26 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2020-12-31 10:53:37 +0100 |
| commit | db03b58f23ba8b4b9ee89b2ce28588da6b5225c3 (patch) | |
| tree | 57cea70856623ad8ab31d05cc2d643e54dcd2742 /compiler/rustc_span | |
| parent | 1862135351e87905e7a497bee96f199040ce1b51 (diff) | |
| download | rust-db03b58f23ba8b4b9ee89b2ce28588da6b5225c3.tar.gz rust-db03b58f23ba8b4b9ee89b2ce28588da6b5225c3.zip | |
remove move_val_init leftovers
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index bc57a00e31b..2ef50cda2a8 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -713,7 +713,6 @@ symbols! { more_struct_aliases, movbe_target_feature, move_ref_pattern, - move_val_init, mul, mul_assign, mul_with_overflow, |
