Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various improvements, clean up warnings, restructure constructors #81

Merged
merged 9 commits into from Jun 12, 2015

Remove unused imports

  • Loading branch information
frewsxcv committed Jun 11, 2015
commit 53f7e512c62b0d8408cda4a6283d30cad385b30d
@@ -127,7 +127,6 @@ impl<Unit, T: Zero> Zero for Length<Unit, T> {
mod tests {
use super::Length;
use scale_factor::ScaleFactor;
use num::Zero;

#[derive(Debug)]
enum Inch {}
@@ -159,7 +159,6 @@ impl SideOffsets2DSimdI32 {

#[cfg(test)]
mod tests {
use num::Zero;
use super::SideOffsets2DSimdI32;

#[test]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.