Skip to content

Conversation

@Drogglbecher
Copy link
Member

No description provided.

se-spiess and others added 30 commits January 26, 2017 21:04
tests/lib.rs Outdated
use std::path::Path;
use std::fs;

static NON_EXISTING_DIR: &'static str = "_should_not_exist_";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be now ellided since Rust 1.17:

static NON_EXISTING_DIR: &str = "_should_not_exist_";

Maybe you can search/replace threw the whole project and replace all of them?

@coveralls
Copy link

Coverage Status

Coverage increased (+7.7%) to 41.494% when pulling 4714f9c on Drogglbecher:master into 8f23abf on rust-leipzig:master.

Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great 👍🏻 thank you!

@saschagrunert saschagrunert merged commit af0ab2e into rust-leipzig:master May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants