adjust visibility, comment

This commit is contained in:
Dustin J. Mitchell
2020-11-27 18:16:42 -05:00
parent f59355f827
commit d46f20e75a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ mod cmd;
mod table;
use cmd::ArgMatchResult;
pub use cmd::CommandInvocation;
pub(crate) use cmd::CommandInvocation;
/// Parse the given command line and return an as-yet un-executed CommandInvocation.
pub fn parse_command_line<I, T>(iter: I) -> Fallible<CommandInvocation>

View File

@@ -11,7 +11,7 @@ pub const NO_VERSION_ID: VersionId = Uuid::nil();
/// data is pre-encoded, and from the protocol level appears as a sequence of bytes.
pub type HistorySegment = Vec<u8>;
/// VersionAdd is the response type from [`crate:server::Server::add_version`].
/// VersionAdd is the response type from [`crate::server::Server::add_version`].
#[derive(Debug, PartialEq)]
pub enum AddVersionResult {
/// OK, version added with the given ID