mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-05 19:00:29 +01:00
fix(common): remove obsolete marker trait
... and version-up right away :).
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
use chrono::{DateTime, UTC, TimeZone};
|
||||
use std::marker::MarkerTrait;
|
||||
use std::fmt;
|
||||
use std::str::FromStr;
|
||||
use hyper;
|
||||
|
||||
/// A marker trait for all Flows
|
||||
pub trait Flow : MarkerTrait {
|
||||
pub trait Flow {
|
||||
fn type_id() -> FlowType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user