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
test.rs:2:1: 2:47 warning: code is never used: `start`, #[warn(dead_code)] on by default
test.rs:2 fn start(_argc: int, _argv: **u8) -> int { 0 }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
despite the start function being generated and exported. Servo hits this warning in src/components/main/servo.rs.