mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
8 lines
177 B
Rust
8 lines
177 B
Rust
#![allow(non_upper_case_globals)]
|
|
#![allow(non_camel_case_types)]
|
|
#![allow(non_snake_case)]
|
|
#![allow(unused)]
|
|
|
|
use objc::*;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|