We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7d2b3 commit a97609eCopy full SHA for a97609e
1 file changed
crates/matrix-sdk/src/authentication/oauth/qrcode/grant.rs
@@ -12,7 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-use std::time::{Duration, Instant};
+use std::time::Duration;
16
17
use eyeball::SharedObservable;
18
use futures_core::Stream;
@@ -24,6 +24,7 @@ use matrix_sdk_base::{
24
},
25
};
26
use oauth2::VerificationUriComplete;
27
+use ruma::time::Instant;
28
use url::Url;
29
#[cfg(doc)]
30
use vodozemac::ecies::CheckCode;
0 commit comments