telemetry_events: Update crate-level docs (#18703)
This PR updates the `telemetry_events` crate to use module-level documentation for its crate-level docs. Release Notes: - N/A
This commit is contained in:
parent
f7b3680e4d
commit
a9f816d5fb
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
/// Please see: [Telemetry in Zed](https://zed.dev/docs/telemetry) for additional documentation.
|
||||
//! See [Telemetry in Zed](https://zed.dev/docs/telemetry) for additional information.
|
||||
|
||||
use semantic_version::SemanticVersion;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::{fmt::Display, sync::Arc, time::Duration};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue