remove obsolete "extern crate" syntax
This commit is contained in:
parent
689a89c18c
commit
91883079a3
|
@ -36,7 +36,6 @@ for use in your own Rust applications. can both parse and export Bitsy game data
|
|||
a simple example program:
|
||||
|
||||
```rust
|
||||
extern crate bitsy_parser;
|
||||
use bitsy_parser::game::Game;
|
||||
use std::{env, fs};
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
extern crate bitsy_parser;
|
||||
use bitsy_parser::game::Game;
|
||||
use std::{env, fs};
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
extern crate bitsy_parser;
|
||||
use bitsy_parser::game::Game;
|
||||
use std::{env, fs};
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
extern crate bitsy_parser;
|
||||
use bitsy_parser::game::Game;
|
||||
use std::{env, fs};
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
extern crate bitsy_parser;
|
||||
use bitsy_parser::game::Game;
|
||||
use std::{env, fs};
|
||||
|
||||
|
|
Loading…
Reference in New Issue