about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-09-14 16:43:34 -0300
committerJoshua Nelson <joshua@yottadb.com>2020-09-15 18:13:33 -0400
commitbcf72c504918c28a2b4fa2d88d4ced684b1a028e (patch)
tree0d506a12a6b78119bdfe40a76a77b172b34d17e4 /src/doc/rustc-dev-guide
parent6651dfc4e49680e2bfe7cb817666534d26fa1eb3 (diff)
downloadrust-bcf72c504918c28a2b4fa2d88d4ced684b1a028e.tar.gz
rust-bcf72c504918c28a2b4fa2d88d4ced684b1a028e.zip
Remove EN1
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/salsa.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/salsa.md b/src/doc/rustc-dev-guide/src/salsa.md
index f884ecdda2c..567f1b153a8 100644
--- a/src/doc/rustc-dev-guide/src/salsa.md
+++ b/src/doc/rustc-dev-guide/src/salsa.md
@@ -107,8 +107,8 @@ potentially invalidated.
 ### Query Groups
 
 A query group is a set of queries which have been defined together as a unit.
-The database is formed by combining query groups.  Query groups are akin to
-"Salsa modules" [^EN1].
+The database is formed by combining query groups. Query groups are akin to
+"Salsa modules".
 
 A set of queries in a query group are just a set of methods in a trait.
 
@@ -212,5 +212,3 @@ fn main() {
     }
 }
 ```
-
-[^EN1]: What is a Salsa module?