//! Example 4: Testing unstable warning
//!
//! To test WITH warnings (deprecated_for_unstable enabled):
//! ```bash
//! cargo run --example example4_warning_unstable --features deprecated_for_unstable
//! ```
//!
//! To test WITHOUT warnings (default):
//! ```bash
//! cargo run --example example4_warning_unstable
//! ```
use ver;