about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-02-02 08:36:03 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2019-02-02 08:36:03 +0100
commit5594b0d5b8924e57f62d0408acb6d7982e93ad65 (patch)
tree2bd1f9af9c327a5ad5f1405fcb9c0da6386bd977 /src/liballoc
parent2efa31b2d9bf171fecd294b8e0126d8ffdb453e3 (diff)
downloadrust-5594b0d5b8924e57f62d0408acb6d7982e93ad65.tar.gz
rust-5594b0d5b8924e57f62d0408acb6d7982e93ad65.zip
liballoc => edition = 2018.
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/Cargo.toml b/src/liballoc/Cargo.toml
index 861c7cecb88..f6d6c1de8f5 100644
--- a/src/liballoc/Cargo.toml
+++ b/src/liballoc/Cargo.toml
@@ -4,6 +4,7 @@ name = "alloc"
 version = "0.0.0"
 autotests = false
 autobenches = false
+edition = "2018"
 
 [lib]
 name = "alloc"