Skip to content

Commit

Permalink
Comment out unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed Dec 6, 2020
1 parent e21cce5 commit 6ebe170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/weldr/src/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ mod tests {
use super::*;
use crate::testutils;
use std::io::Write;
use weldr::{DrawContext, Mat4, Vec3};
//use weldr::{DrawContext, Mat4, Vec3};

#[test]
fn test_input_file_empty() {
Expand Down

0 comments on commit 6ebe170

Please sign in to comment.