mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 05:33:49 +00:00
Add Duration dependency
This commit is contained in:
parent
052e05fc74
commit
be2ad2ff86
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::{ops::RangeInclusive, sync::Arc};
|
||||
use std::{ops::RangeInclusive, sync::Arc, time::Duration};
|
||||
|
||||
use anyhow::{anyhow, bail};
|
||||
use client::{Client, ZED_SECRET_CLIENT_TOKEN, ZED_SERVER_URL};
|
||||
|
|
Loading…
Reference in a new issue