File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1919# Note that this has no default value (x.py uses the defaults in `bootstrap.example.toml`).
2020# profile = <none>
2121
22+ # Inherits configuration values from different configuration files (a.k.a. config extensions).
23+ # Supports absolute paths, and uses the current directory (where the bootstrap was invoked)
24+ # as the base if the given path is not absolute.
25+ # include = []
26+
2227# Keeps track of major changes made to this configuration.
2328#
2429# This value also represents ID of the PR that caused major changes. Meaning,
2833# - A new option
2934# - A change in the default values
3035#
31- # If the change-id does not match the version currently in use, x.py will
36+ # If the change-id does not match the version currently in use, x.py will
3237# display the changes made to the bootstrap.
3338# To suppress these warnings, you can set change-id = "ignore".
3439# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
You can’t perform that action at this time.
0 commit comments