mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci: don't test examples
This commit is contained in:
parent
b84cac724b
commit
a68032d9e5
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
//! flag.
|
//! flag.
|
||||||
//!
|
//!
|
||||||
//! ### Async
|
//! ### Async
|
||||||
//! ```no_run
|
//! ```rust,ignore
|
||||||
//! async fn async_example() -> codemp::Result<()> {
|
//! async fn async_example() -> codemp::Result<()> {
|
||||||
//! let session = codemp::Instance::default(); // create global session
|
//! let session = codemp::Instance::default(); // create global session
|
||||||
//! session.connect("http://alemi.dev:50051").await?; // connect to remote server
|
//! session.connect("http://alemi.dev:50051").await?; // connect to remote server
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
//!
|
//!
|
||||||
//! ### Sync
|
//! ### Sync
|
||||||
//!
|
//!
|
||||||
//! ```no_run
|
//! ```rust,ignore
|
||||||
//! // activate feature "global" to access static CODEMP_INSTANCE
|
//! // activate feature "global" to access static CODEMP_INSTANCE
|
||||||
//! use codemp::instance::global::INSTANCE;
|
//! use codemp::instance::global::INSTANCE;
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue