Add some short docstrings for types. (#225)

These types were missing a short docstring, leaving the comment space to
their right blank on the crate page.

Also, this takes advantage of intra-rustdoc links to link terms:
https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
This commit is contained in:
Jacob Hoffman-Andrews
2020-11-21 22:10:37 -08:00
committed by GitHub
parent fade03b54e
commit 0321ea043d
3 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ use {
cookie_store::CookieStore,
};
/// Accumulates options towards building an [Agent].
#[derive(Debug)]
pub struct AgentBuilder {
config: AgentConfig,