Skip to content

Commit

Permalink
readme: remove needless loc (#192)
Browse files Browse the repository at this point in the history
Was needed before Rust edition 2018
  • Loading branch information
tshepang committed Nov 26, 2023
1 parent 2180ada commit c101c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
Simple Rust library to generate X.509 certificates.

```Rust
extern crate rcgen;
use rcgen::generate_simple_self_signed;
let subject_alt_names = vec!["hello.world.example".to_string(),
"localhost".to_string()];
Expand Down

0 comments on commit c101c0f

Please sign in to comment.