fix: Specify a namespace ID so the doc test compiles

pull/24376/head
Carol (Nichols || Goulding) 2022-11-04 14:51:46 -04:00
parent 906645c5b6
commit b0dd09e2ea
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ pub mod generated_types {
/// client
/// .delete(
/// "my_db",
/// 42,
/// "my_table",
/// pred,
/// )