Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops committed Jul 25, 2024
1 parent 5ae62c8 commit c358f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay-base-schema/src/project.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! Contains [`ProjectKey`] and [`ProjectId`] types and necessary traits implementations.
//!
//! - [`ProjectId`] is the unique identifier of a Sentry project. Currently, it is just a wrapper
//! over `u64` and should be considered as implementations details, as it can change in the future.
//! over `u64` and should be considered as implementations details, as it can change in the future.
//! - [`ProjectKey`] is a byte array (`[u8; 32]`) and represents a DSN to identify and authenticate
//! a project at Sentry.
//! a project at Sentry.

use std::error::Error;
use std::fmt;
Expand Down

0 comments on commit c358f33

Please sign in to comment.