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
The Config::build() method automatically emits the cargo directive cargo:root=. Please provide a method to disable this behavior, e.g., Config::emit_cargo_root(bool).
The default Config instance would emit cargo:root= to make this change backwards-compatible, and a call to config.emit_cargo_root(false) would avoid emitting the directive.
The text was updated successfully, but these errors were encountered:
The
Config::build()
method automatically emits the cargo directivecargo:root=
. Please provide a method to disable this behavior, e.g.,Config::emit_cargo_root(bool)
.The default
Config
instance would emitcargo:root=
to make this change backwards-compatible, and a call toconfig.emit_cargo_root(false)
would avoid emitting the directive.The text was updated successfully, but these errors were encountered: