Respect options passed by ff2mpv extension #12
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
Let's keep the order of imports as is, i.e:
Let's keep the order of imports as is, i.e:
1. `std`
2. External crates
3. Local crates
```suggestion
use std::env;
use std::io;
use std::process;
use serde_json::{self, json};
```
|
|||||||
use serde_json::{self, json};
|
|
||||||
Let's keep the order of imports as is, i.e:
Let's keep the order of imports as is, i.e:
1. `std`
2. External crates
3. Local crates
```suggestion
use std::env;
use std::io;
use std::process;
use serde_json::{self, json};
```
|
|||||||
use std::env;
|
use std::env;
|
||||||
use std::io;
|
use std::io;
|
||||||
use std::process;
|
use std::process;
|
||||||
|
use serde_json::{self, json};
|
||||||
Let's keep the order of imports as is, i.e:
Let's keep the order of imports as is, i.e:
1. `std`
2. External crates
3. Local crates
```suggestion
use std::env;
use std::io;
use std::process;
use serde_json::{self, json};
```
|
|||||||
|
|
||||||
use crate::browser;
|
use crate::browser;
|
||||||
use crate::config::Config;
|
use crate::config::Config;
|
||||||
|
|
||||||
Let's keep the order of imports as is, i.e:
Let's keep the order of imports as is, i.e:
1. `std`
2. External crates
3. Local crates
```suggestion
use std::env;
use std::io;
use std::process;
use serde_json::{self, json};
```
Let's keep the order of imports as is, i.e:
Let's keep the order of imports as is, i.e:
1. `std`
2. External crates
3. Local crates
```suggestion
use std::env;
use std::io;
use std::process;
use serde_json::{self, json};
```
|
Loading…
Reference in a new issue
Let's keep the order of imports as is, i.e:
std