You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#1237 - osialr:feature/str-flags, r=emilio
Support str as input to Builder::no_* functions
Previously, only String was supported on these while other functions in Builder worked with both str and String
This tripped me up because `Builder::constified_enum_module` and `Builder::raw_line` worked with string slices but I got a compile error when I tried to use `Builder:;no_copy`
0 commit comments