Skip to content

Commit 48bfe4a

Browse files
authored
Merge pull request #83 from data-pup/remove-empty-traits-test
Removed an empty test from traits.rs.
2 parents bd1972d + ad5e9c2 commit 48bfe4a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

traits/traits.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,3 @@ pub trait Emit {
228228
#[cfg(feature = "emit_json")]
229229
fn emit_json(&self, items: &ir::Items, destination: &mut io::Write) -> Result<(), Error>;
230230
}
231-
232-
#[cfg(test)]
233-
mod tests {
234-
#[test]
235-
fn it_works() {
236-
assert_eq!(2 + 2, 4);
237-
}
238-
}

0 commit comments

Comments
 (0)