Skip to content

Commit cd2ebda

Browse files
committed
chore(ci): add cargo doc to QA
Signed-off-by: Raphael Höser <[email protected]>
1 parent b9cca38 commit cd2ebda

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ qa: analyze test
33
analyze:
44
@cargo clippy
55
@cargo fmt --check
6+
@cargo doc --all-features --no-deps --document-private-items
67

78
test:
89
@cargo test

src/event/event_types/management_event.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use chrono::{DateTime, Utc};
22
use serde::{Deserialize, Serialize};
33
use serde_json::Value;
4+
45
#[cfg(feature = "cloudevents")]
56
use cloudevents::EventBuilder;
67

src/event/trace_info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! This module holds supporting traits for the "Tracing" feature of eventsourcingdb.
22
33
use serde::{Deserialize, Serialize};
4+
45
#[cfg(feature = "cloudevents")]
56
use crate::error::EventError;
67

0 commit comments

Comments
 (0)