Skip to content

Commit

Permalink
Replace const_cstr!(...) with c"..." CStr literals
Browse files Browse the repository at this point in the history
Summary: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#c-string-literals

Reviewed By: zertosh

Differential Revision: D59988481

fbshipit-source-id: a38b6d8f622a4dc10cef607b0e12ec418ae6453b
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Jul 20, 2024
1 parent 7c107cb commit 48db402
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion fb303/thrift/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ doc = false
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
Expand Down
1 change: 0 additions & 1 deletion fb303/thrift/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ doc = false
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"
fb303_core__clients = { package = "fb303_core_clients", version = "0.0.0", path = "../clients" }
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
Expand Down
1 change: 0 additions & 1 deletion fb303/thrift/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ doc = false
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
Expand Down

0 comments on commit 48db402

Please sign in to comment.