Skip to content

Commit 52ecf01

Browse files
lcawlswallez
authored andcommitted
Fix build error in compiler-rs
1 parent dc3ca31 commit 52ecf01

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

+1-1
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)