about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2023-07-07 15:57:30 -0300
committerSantiago Pastorino <spastorino@gmail.com>2023-07-07 15:57:30 -0300
commit3aec8d4227e3bd7ac14cfd93c990223e3f868229 (patch)
treee22d751c1acff517c048ac3a9907117cdfca87a6 /compiler/rustc_span/src
parentfd68a6ded951bd7b852ab8107007f7145e3ad6ec (diff)
downloadrust-3aec8d4227e3bd7ac14cfd93c990223e3f868229.tar.gz
rust-3aec8d4227e3bd7ac14cfd93c990223e3f868229.zip
Remove unused from_method symbol
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 66a627d5aac..5c6d43e50ea 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -759,7 +759,6 @@ symbols! {
         from_desugaring,
         from_fn,
         from_iter,
-        from_method,
         from_output,
         from_residual,
         from_size_align_unchecked,