Merge the Bitwise and ByteOrder traits into the Int trait

This reduces the complexity of the trait hierarchy.
This commit is contained in:
Brendan Zabarauskas 2014-06-16 11:25:47 -07:00 committed by Alex Crichton
parent 4c0f8f49f6
commit ff9f92ce52
14 changed files with 391 additions and 430 deletions

View file

@ -16,7 +16,6 @@
use std::io;
use std::io::stdio::StdReader;
use std::io::BufferedReader;
use std::num::Bitwise;
use std::os;
// Computes a single solution to a given 9x9 sudoku