We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow code is not work:
let mut c = Config::default(); c.set("items[0].name", "Ivan").unwrap(); assert_eq!(c.get("items[0].name").ok(), Some("Ivan".to_string()));
This produce a error:
---- test_set_arr_path stdout ---- thread 'test_set_arr_path' panicked at 'assertion failed: `(left == right)` left: `None`, right: `Some("Ivan")`', tests/set.rs:48:5
I fixed it in my PR: #69
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow code is not work:
This produce a error:
I fixed it in my PR: #69
The text was updated successfully, but these errors were encountered: