Ignored the Example in main page.

This commit is contained in:
Ayush Singh 2021-11-01 21:27:49 +05:30
parent 9608d9fd8e
commit 3137771cbf
2 changed files with 1 additions and 2 deletions

View file

@ -18,4 +18,3 @@ qttypes = "0.2"
[build-dependencies]
cpp_build = "0.5"
semver = "1.0"
pkg-config = "0.3"

View file

@ -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;