Skip to content

Commit efc8813

Browse files
JohnHeitmannzbraniecki
authored andcommitted
Fix mod usage (#72)
* Use the proper path for FluentBundle * Drop the `extern crate...` ceremony for 2018 edition
1 parent 52b9733 commit efc8813

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fluent/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ Usage
2222
-----
2323

2424
```rust
25-
extern crate fluent;
26-
27-
use fluent::FluentBundle;
25+
use fluent::bundle::FluentBundle;
2826

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

0 commit comments

Comments
 (0)