Ignored the Example in main page.
This commit is contained in:
parent
9608d9fd8e
commit
3137771cbf
|
@ -18,4 +18,3 @@ qttypes = "0.2"
|
|||
[build-dependencies]
|
||||
cpp_build = "0.5"
|
||||
semver = "1.0"
|
||||
pkg-config = "0.3"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
//! KI18n is a cross-platform internationalization framework used by KDE applications. This crate is meant to allow using KI18n with
|
||||
//! Rust and [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) crate.
|
||||
//! # Example
|
||||
//! ```rust
|
||||
//! ```ignore
|
||||
//! use cstr::cstr;
|
||||
//! use qmetaobject::prelude::*;
|
||||
//! use ki18n_rs::KLocalizedContext;
|
||||
|
|
Loading…
Reference in a new issue