Skip to content

Commit

Permalink
Add back ignored test in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Nov 27, 2021
1 parent 3803bb9 commit 7d36853
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
//!
//! ##### Make requests to Piston
//!
//! ```ignore
//! // main.rs
//!
//! #[tokio::main]
//! async fn main() {
//! ```
//! #[tokio::test]
//! async fn example() {
//! let client = piston_rs::Client::new();
//! let executor = piston_rs::Executor::new()
//! .set_language("rust")
Expand Down

0 comments on commit 7d36853

Please sign in to comment.