]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/ziggurat_tables.py
Refactor away `inferred_obligations` from the trait selector
[rust.git] / src / etc / ziggurat_tables.py
index d1980cec2ed3aa9bbb3dd82e7403da64faa7d0a2..762f9565b7802e41a93ca3e693d96ea825fb03c2 100755 (executable)
@@ -11,7 +11,7 @@
 # except according to those terms.
 
 # This creates the tables used for distributions implemented using the
-# ziggurat algorithm in `std::rand::distributions;`. They are
+# ziggurat algorithm in `rand::distributions;`. They are
 # (basically) the tables as used in the ZIGNOR variant (Doornik 2005).
 # They are changed rarely, so the generated file should be checked in
 # to git.