remove obsolete "extern crate" syntax
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user