Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Dec 19, 2018
1 parent 5e86b98 commit b91f889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@




# Holochain-rust

<a href="http://holochain.org"><img align="right" width="200" src="https://github.com/holochain/org/blob/master/logo/holochain_logo.png?raw=true" alt="holochain logo" /></a>
Expand Down
9 changes: 4 additions & 5 deletions cmd/src/cli/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ pub fn test(
#[cfg(test)]
#[cfg(feature = "broken-tests")]
pub mod tests {
// imports for broken tests
// use super::*;
// use crate::cli::package;
// use assert_cmd::prelude::*;
// use std::process::Command;
use super::*;
use crate::cli::package;
use assert_cmd::prelude::*;
use std::process::Command;
use tempfile::{Builder, TempDir};

#[cfg(feature = "broken-tests")]
Expand Down

0 comments on commit b91f889

Please sign in to comment.