Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Nov 14, 2023
1 parent 29374ee commit e957580
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider/datagen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ pub enum Out {
fingerprint: bool,
},
/// Output as a postcard blob to the given sink.
///
/// This supports only version 1 of the blob format. Please use [`DatagenDriver`] with
/// [`BlobExporter`] to export to blob format version 2.
Blob(Box<dyn std::io::Write + Sync>),
/// Output a module with baked data at the given location.
Baked {
Expand Down

0 comments on commit e957580

Please sign in to comment.