Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/cairo-lang-starknet-classes/src/allowed_libfuncs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pub enum ListSelector {
}

impl ListSelector {
/// Gets the cli arguments of both the list name and list file and return a selector, or None if
/// 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.
pub fn new(list_name: Option<String>, list_file: Option<String>) -> Option<Self> {
match (list_name, list_file) {
// Both options supplied, can't decide.
Expand Down