Skip to content

Commit

Permalink
[ORTHOGONAL] Add docs to proto!
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed May 5, 2021
1 parent 1a5a515 commit e46ceca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rust/protocol/src/proto.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
//
// Copyright 2020 Signal Messenger, LLC.
// Copyright 2020-2021 Signal Messenger, LLC.
// SPDX-License-Identifier: AGPL-3.0-only
//

#![warn(missing_docs)]

//! Protobuf definitions.

pub mod fingerprint;
pub mod sealed_sender;
pub mod storage;
Expand Down

0 comments on commit e46ceca

Please sign in to comment.