client: remove failing doctests

This commit is contained in:
Christian Kamm 2022-06-22 13:09:24 +02:00
parent c19c3480e7
commit 033cdeab7c
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ name = "client"
version = "0.1.0"
edition = "2021"
[lib]
doctest = false
[dependencies]
anchor-client = "0.24.2"
anchor-lang = "0.24.2"