Change type of box_noalias to bool
This commit is contained in:
parent
78075e1e26
commit
72f8d6a659
3 changed files with 3 additions and 3 deletions
|
@ -715,7 +715,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(asm_comments, true);
|
||||
tracked!(assume_incomplete_release, true);
|
||||
tracked!(binary_dep_depinfo, true);
|
||||
tracked!(box_noalias, Some(false));
|
||||
tracked!(box_noalias, false);
|
||||
tracked!(
|
||||
branch_protection,
|
||||
Some(BranchProtection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue