Skip to content

Commit 29da10c

Browse files
Merge pull request #24 from convince-project/manual
Fix cargo doc error
2 parents 82f5cee + 8538b85 commit 29da10c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: scan_core/src/grammar.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use ordered_float::OrderedFloat;
99
use std::hash::Hash;
1010
use thiserror::Error;
1111

12-
/// The error type for operations with [`ProgramGraphBuilder`]s and [`ProgramGraph`]s.
12+
/// The error type for operations with [`Type`].
1313
#[derive(Debug, Clone, Copy, Error)]
1414
pub enum TypeError {
1515
/// Types that should be matching are not,

Diff for: scan_core/src/model.rs

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ impl CsModelBuilder {
5858
/// Transition system model based on a [`ChannelSystem`].
5959
///
6060
/// It is essentially a CS which keeps track of the [`Event`]s produced by the execution
61-
/// (i.e., of the [`Message`]s sent to and from [`Channel`]s)
6261
/// and determining a set of predicates.
6362
#[derive(Debug, Clone)]
6463
pub struct CsModel {

0 commit comments

Comments
 (0)