mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 08:06:38 +00:00
Remove unnecessary import in mod error::test
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e06ea36ff0
commit
645a2f2981
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ struct GraphQLLocation {
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::gh_api_client::error::GraphQLErrorType;
|
|
||||||
use serde::de::value::{BorrowedStrDeserializer, Error};
|
use serde::de::value::{BorrowedStrDeserializer, Error};
|
||||||
|
|
||||||
macro_rules! assert_matches {
|
macro_rules! assert_matches {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue