Skip to content
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

Make the build warning-free. #244

Merged
merged 4 commits into from Mar 7, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Make the RootKind trait public to fix a build warning.

  • Loading branch information
Ms2ger committed Mar 7, 2016
commit 94e6f4b9a092368c67fb2d67508035b17adaa86d
@@ -171,7 +171,7 @@ impl Drop for Runtime {
// ___________________________________________________________________________
// Rooting API for standard JS things

trait RootKind {
pub trait RootKind {
fn rootKind() -> ThingRootKind;
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.