fix(warnings): remove unused imports to get rid of warnings
This commit is contained in:
parent
2b9f55e4d2
commit
f74cfd3ff3
21 changed files with 15 additions and 38 deletions
|
|
@ -71,7 +71,7 @@ impl KerberosDateTime{
|
|||
|
||||
#[inline]
|
||||
pub fn get_year(&self) -> u64{
|
||||
((self.0 >> 26) & 0xFFFFFFFF)
|
||||
(self.0 >> 26) & 0xFFFFFFFF
|
||||
}
|
||||
|
||||
pub fn to_regular_time(&self) -> chrono::DateTime<Utc>{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue