Skip to content

Commit 17dfe3e

Browse files
committed
Fix build error in compiler-rs
1 parent ba16216 commit 17dfe3e

File tree

1 file changed

+1
-1
lines changed
  • compiler-rs/clients_schema/src

1 file changed

+1
-1
lines changed

compiler-rs/clients_schema/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ impl TypeDefinition {
490490
///
491491
/// The OpenAPI v3 spec also defines the 'Example' type, so
492492
/// to distinguish them, this type is called SchemaExample.
493-
*/
493+
494494
#[derive(Debug, Clone, Serialize, Deserialize)]
495495
pub struct SchemaExample {
496496
pub summary: Option<String>,

0 commit comments

Comments
 (0)