Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust upgrade #24

Merged
merged 3 commits into from Mar 18, 2014
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Rust upgrade

  • Loading branch information
larsbergstrom committed Mar 18, 2014
commit 3c4f326b0ddd7bf47966facb56c40d76bfb6cec3
4 lib.rs
@@ -249,7 +249,9 @@ pub fn store_png(img: &Image, path: &Path) -> Result<(),~str> {

#[cfg(test)]
mod test {
use extra::test::{bench, fmt_bench_samples};
extern crate test;
use self::test::bench;
use self::test::fmt_bench_samples;
use std::io;
use std::io::File;
use std::vec;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.