We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca61b4 commit 9b3e07aCopy full SHA for 9b3e07a
crates/cairo-lang-starknet-classes/src/allowed_libfuncs.rs
@@ -41,8 +41,8 @@ pub enum ListSelector {
41
}
42
43
impl ListSelector {
44
- /// Gets the CLI arguments of both the list name and list file and returns a selector, or None if
45
- /// both were supplied.
+ /// Gets the CLI arguments of both the list name and list file and returns a
+ /// selector, or None if both were supplied.
46
pub fn new(list_name: Option<String>, list_file: Option<String>) -> Option<Self> {
47
match (list_name, list_file) {
48
// Both options supplied, can't decide.
0 commit comments