Using literal_separator option with GlobSet(Builder) #1771
-
When using Is there any way of using this option with In the meanwhile I will look into the possibility of creating a PR for this, but I'm quite fresh to Rust so I'm not sure if that'll succeed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Ah, of course! Many thanks for your extremely quick and to the point response! |
Beta Was this translation helpful? Give feedback.
GlobSetBuilder::add
accepts aGlob
. Build aGlob
withliteral_separator
set to whatever you want.