Skip to content

Commit

Permalink
Fix style in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Aug 1, 2020
1 parent 81c7cc5 commit a285906
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 a285906

Please sign in to comment.