Resolve the last couple of warnings
This commit is contained in:
parent
442ff5d596
commit
4c67100b71
|
|
@ -1,5 +1,5 @@
|
|||
use manifold::{ManifoldContext, ManifoldData};
|
||||
use manifold::error::{ManifoldError, ManifoldResult};
|
||||
use manifold::{ManifoldData};
|
||||
use manifold::error::{ManifoldError};
|
||||
use poise::Command;
|
||||
|
||||
pub fn collect_commands() -> Vec<Command<ManifoldData, ManifoldError>> {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#![feature(string_remove_matches)]
|
||||
|
||||
#[macro_use] extern crate diesel;
|
||||
#[macro_use] extern crate diesel_migrations;
|
||||
extern crate diesel;
|
||||
extern crate diesel_migrations;
|
||||
#[macro_use] extern crate log;
|
||||
|
||||
pub mod badgey;
|
||||
|
|
|
|||
Loading…
Reference in New Issue