Skip to content

Commit

Permalink
Merge pull request #194 from pickfire/patch-1
Browse files Browse the repository at this point in the history
Fix style in doc
  • Loading branch information
JohnTitor committed Jun 6, 2021
2 parents 5b42ba6 + a285906 commit caec346
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phf/src/lib.rs
Expand Up @@ -58,8 +58,7 @@ extern crate std as core;
/// "world" => 2,
/// };
///
/// fn main ()
/// {
/// fn main () {
/// assert_eq!(MY_MAP["hello"], 1);
/// }
/// ```
Expand Down

0 comments on commit caec346

Please sign in to comment.