Skip to content

Commit

Permalink
Update documentation of -i flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebuyse committed Nov 27, 2024
1 parent e1ec170 commit c89897f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hax-types/src/cli_options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ pub struct TranslationOptions {

/// {n} - `+:`: only includes the type of the selected items (no
/// dependencies). This includes full struct and enums, but only
/// the type signature of functions, dropping their bodies.
/// the type signature of functions and trait impls (except when
/// they contain associated types), dropping their bodies.
#[arg(
value_parser = parse_inclusion_clause,
value_delimiter = ' ',
Expand Down

0 comments on commit c89897f

Please sign in to comment.