Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 8505a50

Browse files
committed
Add missing features
1 parent 010b3c6 commit 8505a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//! Support code for encoding and decoding types.
1212
13-
#![feature(core, collections, unicode, io, std_misc, path)]
13+
#![feature(core, collections, unicode, io, std_misc, path, hash, os)]
1414
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1515
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
1616
html_root_url = "http://doc.rust-lang.org/rustc-serialize/")]

0 commit comments

Comments
 (0)