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
In the following code, it will register the name and value into &self, which is an immut reference. Is it a violation of Rust's reference or designed behavior?
Hi,
In the following code, it will register the
name
andvalue
into &self, which is an immut reference. Is it a violation of Rust's reference or designed behavior?libucl-rs/libucl/src/parser.rs
Lines 108 to 114 in 30360ec
The text was updated successfully, but these errors were encountered: