begin documentation

This commit is contained in:
Anand Balakrishnan 2023-10-04 17:31:53 -07:00
parent 4ddca1f177
commit 3714cd5936
No known key found for this signature in database
3 changed files with 142 additions and 26 deletions

View file

@ -63,8 +63,7 @@ pub enum Error {
#[error("invalid operation on signal")]
InvalidOperation,
/// Attempting to index a signal not present in a trace (see
/// [`mod@argus_semantics::Trace`].
/// Attempting to index a signal not present in a trace.
#[error("name not in signal trace")]
SignalNotPresent,