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
deno::Flags
The Flags struct has a lot of data in it and it is cloned multiple times. It makes sense to wrap it in an Rc.
Flags
Rc
For example:
deno/cli/main.rs
Line 378 in 1fb5858
Line 572 in 1fb5858
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
Flagsstruct has a lot of data in it and it is cloned multiple times. It makes sense to wrap it in anRc.For example:
deno/cli/main.rs
Line 378 in 1fb5858
deno/cli/main.rs
Line 572 in 1fb5858
The text was updated successfully, but these errors were encountered: