1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-20 19:34:03 +00:00

Use "Examples" convention in doc comments

This commit is contained in:
Isaiah Inuwa
2026-01-13 08:31:27 -06:00
parent ea5bc3344a
commit 2566073941

View File

@@ -124,7 +124,7 @@ pub enum ConnectionStatus {
/// Before calling any other methods, check the connection status using
/// [`AutofillProviderClient::get_connection_status()`].
///
/// # Example
/// # Examples
///
/// ```no_run
/// use std::{sync::Arc, time::Duration};
@@ -495,7 +495,8 @@ impl<T: Send + 'static> TimedCallback<T> {
/// Block the current thread until either a response is received, or the
/// specified timeout has passed.
///
/// # Usage
/// # Examples
///
/// ```no_run
/// use std::{sync::Arc, time::Duration};
///