mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 20:09:48 -05:00
chore(lib): import required traits for backwards edition compatibility
This commit is contained in:
parent
d927fb0b97
commit
6b3914a54e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use crate::header::ContentDisposition;
|
||||||
use crate::util;
|
use crate::util;
|
||||||
use actix_web::client::Client;
|
use actix_web::client::Client;
|
||||||
use actix_web::{error, Error};
|
use actix_web::{error, Error};
|
||||||
use std::convert::TryFrom;
|
use std::convert::{TryFrom, TryInto};
|
||||||
use std::fs::{self, File};
|
use std::fs::{self, File};
|
||||||
use std::io::{Error as IoError, ErrorKind as IoErrorKind, Result as IoResult, Write};
|
use std::io::{Error as IoError, ErrorKind as IoErrorKind, Result as IoResult, Write};
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
|
|
Loading…
Reference in a new issue