summaryrefslogtreecommitdiff
path: root/rust/examples/pdb-ng/src
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-09-19 12:45:07 -0400
committerBrian Potchik <brian@vector35.com>2024-09-19 12:45:07 -0400
commit43d5fb9103cde2941948f3e7dfb1b38bb67fac23 (patch)
tree0de7716c72495071d09a277cff0329dffc4c8506 /rust/examples/pdb-ng/src
parentafb41a37f9f6fa9e3c2d8df35fa9c9ae215299ee (diff)
Add additional testing and handling for object settings.
Diffstat (limited to 'rust/examples/pdb-ng/src')
-rw-r--r--rust/examples/pdb-ng/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/examples/pdb-ng/src/lib.rs b/rust/examples/pdb-ng/src/lib.rs
index e2e3ec44..cd457d06 100644
--- a/rust/examples/pdb-ng/src/lib.rs
+++ b/rust/examples/pdb-ng/src/lib.rs
@@ -755,7 +755,6 @@ fn init_plugin() -> bool {
r#"{
"title" : "Symbol Server List",
"type" : "array",
- "elementType" : "string",
"sorted" : false,
"default" : ["https://msdl.microsoft.com/download/symbols"],
"aliases" : ["pdb.symbol-server-list", "pdb.symbolServerList"],