Skip to content

Commit

Permalink
Hide a weird API for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 14, 2016
1 parent 2a95ee9 commit c30b0cf
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 @@ -558,7 +558,7 @@ impl TestGenerator {
.compile(&format!("lib{}.a", stem));
}

/// TODO
#[doc(hidden)] // TODO: needs docs
pub fn generate_files<P: AsRef<Path>>(&mut self, krate: P, out_file: &str)
-> PathBuf {
self._generate_files(krate.as_ref(), out_file)
Expand Down

0 comments on commit c30b0cf

Please sign in to comment.