Skip to content

Commit

Permalink
try and prevent tests from running readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jan 3, 2024
1 parent b545776 commit 8f9681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ redis_pool = "0.3.0"

# Example

```rust no_run
```rust ignore
use redis_pool::{RedisPool, SingleRedisPool};
use axum::{Router, routing::get, extract::State};
use std::net::SocketAddr;
Expand Down

0 comments on commit 8f9681d

Please sign in to comment.