Skip to content

Commit

Permalink
ref: Some small doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Mar 23, 2018
1 parent 0ae2eb1 commit c09da41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This crate provides common types for working with the Sentry protocol or the
//! Sentry server. It's used by the sentry relay infrastructure as well as the
//! rust Sentry client/.
//! rust Sentry client.
#![warn(missing_docs)]
extern crate chrono;
extern crate failure;
Expand Down
5 changes: 5 additions & 0 deletions src/protocol/v7.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
//! The current latest sentry protocol version.
//!
//! Most constructs in the protocol map directly to types here but some
//! cleanup by renaming attributes has been applied. The idea here is that
//! a future sentry protocol will be a cleanup of the old one and is mapped
//! to similar values on the rust side.
use std::fmt;
use std::collections::HashMap;
use std::net::IpAddr;
Expand Down

0 comments on commit c09da41

Please sign in to comment.