Skip to content

Commit

Permalink
(chore) Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
reem committed Feb 10, 2015
1 parent 411cd58 commit 63241dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//! extra functionality to `Result<T, Void>` and `Result<Void, E>`.
//!
use std::{fmt, ops, cmp};
use std::{fmt, cmp};

/// The empty type for cases which can't occur.
#[derive(Copy)]
Expand Down

0 comments on commit 63241dd

Please sign in to comment.