Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
fix doc example still refering to cpython
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Oct 1, 2018
1 parent 9684730 commit 1a3a7be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
//! it's documentation for more examples.
//!
//! ```rust
//! # #[macro_use] extern crate cpython;
//! # #[macro_use(gateway)] extern crate lando;
//! # #[macro_use] extern crate lando;
//! # fn main() {
//! gateway!(|_request, context| {
//! println!("馃憢 cloudwatch logs, this is {}", context.function_name());
Expand Down

0 comments on commit 1a3a7be

Please sign in to comment.