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 402bf8a commit 6a4015e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ doc = false
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
just_knobs_struct__types = { package = "just_knobs_struct", version = "0.1.0", path = ".." }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ doc = false
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
just_knobs_struct__clients = { package = "just_knobs_struct_clients", version = "0.1.0", path = "../clients" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ doc = false
anyhow = "1.0.75"
async-trait = "0.1.71"
codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
just_knobs_struct__types = { package = "just_knobs_struct", version = "0.1.0", path = ".." }
Expand Down

0 comments on commit 6a4015e

Please sign in to comment.