]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Distribute Rustfmt
[rust.git] / config.toml.example
index 261fe2053879f004fd2ffeecc23d49c43ceb8467..df0142b8d46df60f1e424c61af3d93956a34bd54 100644 (file)
 # Where to install man pages in `prefix` above
 #mandir = "share/man"
 
+# Where to install data in `prefix` above (currently unused)
+#datadir = "share"
+
+# Where to install additional info in `prefix` above (currently unused)
+#infodir = "share/info"
+
+# Where to install local state (currently unused)
+# If this is a relative path, it will get installed in `prefix` above
+#localstatedir = "/var/lib"
+
 # =============================================================================
 # Options for compiling Rust code itself
 # =============================================================================