Skip to content

Commit

Permalink
Fix build: missing lifetime parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Jun 22, 2019
1 parent cdfb354 commit 0294ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1525,9 +1525,9 @@ impl OutputsRewriter for RustOutputsRewriter {
#[test]
#[cfg(all(feature = "dist-client", target_os = "windows"))]
fn test_rust_outputs_rewriter() {
use compiler::compiler::OutputsRewriter;
use crate::compiler::compiler::OutputsRewriter;
use std::io::Write;
use test::utils::create_file;
use crate::test::utils::create_file;

let mut pt = dist::PathTransformer::new();
pt.to_dist(Path::new("c:\\")).unwrap();
Expand Down

0 comments on commit 0294ebf

Please sign in to comment.