mirror of
https://github.com/servo/servo.git
synced 2025-07-21 14:23:41 +01:00
Upgrade Rust.
This commit is contained in:
parent
8b6f62c195
commit
b91e6f30e0
132 changed files with 764 additions and 738 deletions
|
@ -2,6 +2,6 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
pub fn fptr_is_null(fptr: *u8) -> bool {
|
||||
pub fn fptr_is_null(fptr: *const u8) -> bool {
|
||||
fptr.is_null()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue