Skip to content

Commit

Permalink
fix(net): Inline Rust Code (#53)
Browse files Browse the repository at this point in the history
### Description

Small PR to mark the inline code block in the `net` crate README as
`rust`.
  • Loading branch information
refcell authored Aug 28, 2024
1 parent b0e797d commit 1482685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contains a gossipsub driver to run discv5 peer discovery and block gossip.

### Example

```no_run
```rust,no_run
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
use alloy::primitives::address;
use op_net::driver::NetworkDriver;
Expand Down

0 comments on commit 1482685

Please sign in to comment.