Skip to content

Commit

Permalink
Update to no-run
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jun 11, 2020
1 parent f6adc2b commit aeca9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Future releases will add support for escaping, comments and modifying default se
## Syntax
You can get a `HashMap` of type `HashMap<String, HashMap<String, String>>` with the `Ini` struct, like:
```ignore
```no-run
use configparser::ini::Ini;
use std::collections::HashMap;
Expand All @@ -50,7 +50,7 @@ fn main() {
The `Ini` struct is the way to go forward and will soon have more features, such as reading from a string, insertion, deletion and variable access.
As of now, there's also a public function, to load an ini-syntax file and parse it into a hashmap. Support for this will be dropped in the near future, and will be changed into a macro when it's dropped.
```ignore
```no-run
use configparser::ini;
fn main() {
Expand Down

0 comments on commit aeca9a6

Please sign in to comment.