Skip to content

Commit

Permalink
Fix mod usage (#72)
Browse files Browse the repository at this point in the history
* Use the proper path for FluentBundle
* Drop the `extern crate...` ceremony for 2018 edition
  • Loading branch information
JohnHeitmann authored and zbraniecki committed Dec 12, 2018
1 parent 52b9733 commit efc8813
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fluent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ Usage
-----

```rust
extern crate fluent;

use fluent::FluentBundle;
use fluent::bundle::FluentBundle;

fn main() {
let mut bundle = FluentBundle::new(&["en-US"]);
Expand Down

0 comments on commit efc8813

Please sign in to comment.