diff options
author | David Li <li.davidm96@gmail.com> | 2016-01-04 18:30:36 -0700 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2016-01-04 18:30:36 -0700 |
commit | 7c2e626e99c6167444de52fb63509814644a11a3 (patch) | |
tree | d121897903e99ebc2950c09ca36c0f4f0cc4849d /src/lib.rs | |
parent | 6b3d1df04776406a39b3fd0fab18e49b92c84190 (diff) |
Get rid of unused code
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with rustv. If not, see <http://www.gnu.org/licenses/>. -#![feature(braced_empty_structs, clone_from_slice, raw, step_by)] +#![feature(braced_empty_structs, step_by)] pub mod isa; pub mod binary; pub mod memory; |