-
Notifications
You must be signed in to change notification settings - Fork 1.7k
internal: explain the idea behind rust-project.json #13941
New issue
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
Conversation
//! the lowest possible layer. `ProjectJson` is essentially a hook to just set | ||
//! that global singleton in-memory data structure. It is optimized for power, | ||
//! not for convenience (you'd be using cargo anyway if you wanted nice things, | ||
//! right? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//! right? :) | |
//! right? :) ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah, this one is intentional ambiguity between a closing brace and a smiley, just to keep the reader on their toes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, the good old https://xkcd.com/859/.
Co-authored-by: Laurențiu Nicola <[email protected]>
Co-authored-by: Laurențiu Nicola <[email protected]>
@bors r+ |
☀️ Test successful - checks-actions |
No description provided.