Skip to content

Commit

Permalink
use a function to encapsulate the display style of function signature…
Browse files Browse the repository at this point in the history
…s and schema definition
  • Loading branch information
He1pa committed Sep 11, 2023
1 parent b878ac4 commit f382baa
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 136 deletions.
1 change: 0 additions & 1 deletion kclvm/sema/src/builtin/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ register_string_member! {
None,
)
strip => Type::function(

Some(Rc::new(Type::STR)),
Rc::new(Type::STR),
&[
Expand Down
Loading

0 comments on commit f382baa

Please sign in to comment.