mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
embedding: address most recent critic review
This commit is contained in:
parent
19c80b1741
commit
2d4c6a1d1c
2 changed files with 2 additions and 7 deletions
|
@ -7,7 +7,7 @@ use libc::{c_int};
|
|||
use std::collections::TreeMap;
|
||||
use std::mem;
|
||||
use std::string::String;
|
||||
use string::{cef_string_userfree_utf8_alloc,cef_string_userfree_utf8_free,cef_string_utf8_set};
|
||||
use string::{cef_string_userfree_utf8_alloc, cef_string_userfree_utf8_free, cef_string_utf8_set};
|
||||
use types::{cef_string_map_t, cef_string_t};
|
||||
|
||||
fn string_map_to_treemap(sm: *mut cef_string_map_t) -> *mut TreeMap<String, *mut cef_string_t> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue