We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9974592 commit 45a815dCopy full SHA for 45a815d
src/contributing/style-guide.md
@@ -102,7 +102,7 @@ When dealing with Rust's `std::sync::Mutex`or other concurrency primitives which
102
103
### `todo!()` and `unimplemented!()`
104
105
-In code that is reachable via execution, do not use `todo!` or `unimplemnted!`.
+In code that is reachable via execution, do not use `todo!` or `unimplemented!`.
106
These macros will cause Servo to panic and normal web content shouldn't cause Servo to panic.
107
Intead, try to make these kind of cases unreachable and return proper error values or simply have the code do nothing instead.
108
0 commit comments