gpui: Sweep through cargo doc output and mark dubious items as non-public (#3932)
I essentially went through the publicly exported items and marked these that are e.g. leaky reexports as pub(crate). I expect that'd be done on Tuesday anyways. Release Notes: - N/A
This commit is contained in:
parent
ec035724d5
commit
dc7f9bbc54
8 changed files with 14 additions and 30 deletions
|
@ -500,9 +500,9 @@ impl<'a> StringIndexConverter<'a> {
|
|||
}
|
||||
|
||||
#[repr(C)]
|
||||
pub struct __CFTypesetter(c_void);
|
||||
pub(crate) struct __CFTypesetter(c_void);
|
||||
|
||||
pub type CTTypesetterRef = *const __CFTypesetter;
|
||||
type CTTypesetterRef = *const __CFTypesetter;
|
||||
|
||||
#[link(name = "CoreText", kind = "framework")]
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue