Skip to content

Commit

Permalink
Merge pull request #53 from cuishuang/master
Browse files Browse the repository at this point in the history
Remove redundant curly braces so that the example program can compile
  • Loading branch information
krisprice committed Sep 7, 2024
2 parents e5e4224 + 975d432 commit 13a8615
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 @@ -153,7 +153,7 @@ fn main() {
extern crate ipnet;
use ipnet::IpNet;

fn main() {}
fn main() {
// Example input list of overlapping and adjacent prefixes.

let strings = vec![
Expand Down

0 comments on commit 13a8615

Please sign in to comment.